-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #436
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Here's the code health analysis summary for commits Analysis Summary
|
#155 Bundle Size — 18.74MiB (~+0.01%).Bundle metrics
|
Current #155 |
Baseline #143 |
|
---|---|---|
Initial JS | 1008.14KiB (~+0.01% ) |
1008.12KiB |
Initial CSS | 6.61KiB |
6.61KiB |
Cache Invalidation | 1.63% |
2.91% |
Chunks | 20 |
20 |
Assets | 80 |
80 |
Modules | 790 |
790 |
Duplicate Modules | 103 |
103 |
Duplicate Code | 5.61% |
5.61% |
Packages | 81 |
81 |
Duplicate Packages | 0 |
0 |
Bundle size by type 1 change
1 regression
Current #155 |
Baseline #143 |
|
---|---|---|
IMG | 17.47MiB |
17.47MiB |
JS | 1.08MiB (~+0.01% ) |
1.08MiB |
Fonts | 189.64KiB |
189.64KiB |
CSS | 6.61KiB |
6.61KiB |
Other | 4.07KiB |
4.07KiB |
Bundle analysis report Branch renovate/all-minor-patch Project dashboard
29324d0
to
28b4acb
Compare
28b4acb
to
55bedb1
Compare
55bedb1
to
2f3a941
Compare
2f3a941
to
299d1aa
Compare
299d1aa
to
7001919
Compare
7001919
to
a06ecd5
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a06ecd5
to
744bfb5
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
5.15.0
->5.15.1
5.15.0
->5.15.1
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
8.1.9
->8.1.10
20.14.2
->20.14.5
7.13.0
->7.13.1
7.13.0
->7.13.1
5.19.0
->5.21.2
2.2.0
->2.2.1
9.3.0
->9.4.0
5.15.0
->5.15.1
8.1.9
->8.1.10
4.15.4
->4.15.6
4.20.0
->4.20.1
8.17.0
->8.17.1
Release Notes
prisma/prisma (@prisma/adapter-neon)
v5.15.1
Compare Source
Today, we are issuing the
5.15.1
patch release.Fixes in Prisma Client
ConnectionError(Timed out during query execution.)
during seedingConnectionError(Timed out during query execution.)
error when usingPromise.all
for SQLitePromise.all()
/ concurrentstorybookjs/storybook (@storybook/addon-a11y)
v8.1.10
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.13.1
Compare Source
🩹 Fixes
eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [return-await] support explicit resource management
eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.13.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
webpro-nl/knip (knip)
v5.21.2
Compare Source
v5.21.1
Compare Source
f5304b6
)d049b6c
)d89ec12
)NOT_FOUND
toKNIP_ADDED
workspace names (3a41f8e
)v5.21.0
Compare Source
7414dc1
)df35b9f
)1422c9d
)dbd82f8
)d70d0de
)43961f9
)c81b1a2
)c18fcba
)e10ac2e
)v5.20.0
Compare Source
e929847
)5afaac4
)25cbba0
)d7325c6
)ef2464d
)6a17ad2
)9129af7
)root
property to vitest (#677) (6797bf8
)7c9b645
)1c9361f
)e9b3e66
)tatethurston/nextjs-routes (nextjs-routes)
v2.2.1
Compare Source
pnpm/pnpm (pnpm)
v9.4.0
Compare Source
privatenumber/tsx (tsx)
v4.15.6
Compare Source
Bug Fixes
module.register()
(#592) (cb27d4d)This release is also available on:
v4.15.5
Compare Source
Bug Fixes
This release is also available on:
sindresorhus/type-fest (type-fest)
v4.20.1
Compare Source
Schema
: Fix handling of arrays (#887)c570ec2
Paths
: Prevent infinite recursion (#891)7d4e875
websockets/ws (ws)
v8.17.1
Compare Source
Bug fixes
A request with a number of headers exceeding the[
server.maxHeadersCount
][server.maxHeadersCount]threshold could be used to crash a ws server.
The vulnerability was reported by Ryan LaPointe in https://github.com/websockets/ws/issues/2230.
In vulnerable versions of ws, the issue can be mitigated in the following ways:
[
--max-http-header-size=size
][--max-http-header-size=size] and/or the [maxHeaderSize
][maxHeaderSize] options sothat no more headers than the
server.maxHeadersCount
limit can be sent.server.maxHeadersCount
to0
so that no limit is applied.Configuration
📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.